home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00434_Script_434 < prev    next >
Text File  |  1995-05-08  |  668b  |  32 lines

  1. --
  2. on bigpicvert4
  3.  getback
  4. purgecast15
  5.   puppetsprite 24, true
  6.   set the loch of sprite 24 to 319
  7.   set the locv of sprite 24 to 192
  8. set the ink of sprite 24 to 0
  9. --purgecast15
  10. if the mousev < 188 then
  11. if the mouseh < 434 then
  12.   set the castnum of sprite 24 to the castnum of sprite 15+40
  13.  updatestage
  14. exit
  15. else
  16.   set the castnum of sprite 24 to the castnum of sprite 15+41
  17.  updatestage
  18. exit
  19. end if
  20. end if
  21.  
  22. if the mousev >= 188 then
  23. if the mouseh >= 434 then
  24.   set the castnum of sprite 24 to the castnum of sprite 15+43
  25.  updatestage
  26. exit
  27. else
  28.   set the castnum of sprite 24 to the castnum of sprite 15+42
  29.  updatestage
  30. exit
  31. end if
  32. end if